From 70c8536dd51e6034404f3b959fe4f37496192a2b Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 30 Jan 2006 14:49:10 +0000 Subject: [PATCH] Retain product ID and version. --- jeeps/garminusb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jeeps/garminusb.h b/jeeps/garminusb.h index 638be5b01..569c23749 100644 --- a/jeeps/garminusb.h +++ b/jeeps/garminusb.h @@ -46,8 +46,10 @@ union { * OS implementation. */ #define GUSB_MAX_UNITS 20 -struct { +struct garmin_unit_info { unsigned long serial_number; + unsigned long unit_id; + unsigned long unit_version; char *os_identifier; /* In case the OS has another name for it. */ char *product_identifier; /* From the hardware itself. */ } garmin_unit_info[GUSB_MAX_UNITS]; -- 2.30.2